const runtime._SIG_DFL
11 uses
runtime (current package)
signal_unix.go#L39: _SIG_DFL uintptr = 0
signal_unix.go#L139: if fwdSig[i] != _SIG_DFL && fwdSig[i] != _SIG_IGN {
signal_unix.go#L270: setsig(i, _SIG_DFL)
signal_unix.go#L297: if h == _SIG_DFL {
signal_unix.go#L915: setsig(sig, _SIG_DFL)
signal_unix.go#L937: handler = _SIG_DFL
signal_unix.go#L963: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && !c.sigFromUser() {
signal_unix.go#L1101: if fwdFn == _SIG_IGN || (fwdFn == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L1106: if fwdFn == _SIG_DFL {
signal_unix.go#L1107: setsig(sig, _SIG_DFL)
signal_unix.go#L1124: if fwdFn == _SIG_DFL {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |